body.pageLogin {
    height: 100vh;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/725161/sc/137/h/3561eb2de8e6c39f84cf70d03a131340.png) no-repeat top right,
        url(https://fs.getcourse.ru/fileservice/file/download/a/725161/sc/164/h/3a63f5a017acf72a1a8a1160d31f53a5.png) no-repeat 12px calc(100% - 12px),
        #E4E9F2;
}

body.pageLogin .standard-page-content {
    position: relative;
    margin-top: 30px;
}

body.pageLogin .standard-page-content::before {
    content: '';
    display: block;
    margin: 0 auto 50px;
    
    width: 179px;
    height: 129px;
    
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/725161/sc/159/h/4113d685fa6d8d90ba87d21858dc4d93.png) no-repeat center / contain; 
}

body.pageLogin .standard-page-content > div > span {
    color: #2B2B2A !important;
    text-align: center;
    font-family: EuropeDemi, sans-serif !important;
    font-size: clamp(24px, 5vw, 36px) !important;
    font-weight: 500 !important;
    line-height: 120%;
}

body.pageLogin .webinar-login {
    position: relative;
    margin-top: 50px;
    padding: 64px 36px 32px !important;
    
    max-width: 560px;
    text-align: center;
    border-radius: 10px;
    background: #fff;
}

body.pageLogin .webinar-login::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translatey(-50%) translatex(-50%);
    
    width: 121px;
    height: 101px;
    
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/725161/sc/134/h/2ee48a3d765bba88501b174ea72a5123.png) no-repeat center / contain;
}

body.pageLogin .webinar-login h3 {
    margin-top: 0 !important;
    font-family: "Proxima Nova", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    color: #2B2B2A;
}

body.pageLogin .webinar-login form .form-group {
    margin-bottom: 0;
}

body.pageLogin .webinar-login form input {
    height: 44px;
    text-align: center;
    border-radius: 5px !important;
    border: 1px solid #D9D9D9 !important;
    background: #fff !important;
    box-shadow: none;
}

body.pageLogin .webinar-login form button {
    margin-top: 8px;
    padding: 12px 52px;
    
    color: #FFF;
    font-family: EuropeDemi, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    
    border: none;
    border-radius: 5px;
    background: #02437F;
    transition: all .3s;
}

body.pageLogin .webinar-login form button:hover {
    background: #3B85E3;
}

@media (max-width: 700px) {
    body.pageLogin .standard-page-content {
        margin-top: 10px;
    }
    
    body.pageLogin .standard-page-content::before {
        margin: 0 auto 10px;
        width: 129px;
        height: 129px;
    }
    
    body.pageLogin .webinar-login {
        margin-top: 60px;
    }
}

.pageTeaser {
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/725161/sc/165/h/0fb29884d0ce62e8840a8ff909950b7c.png) no-repeat left 12px,
        url(https://fs.getcourse.ru/fileservice/file/download/a/725161/sc/227/h/59c4a0db0bb80bc961826d42b14d5c6c.png) no-repeat right calc(100% - 12px),
    linear-gradient(90deg, #054988 0%, #012E58 100%) !important;
}

.pageTeaser .content {
    position: relative;
}

.pageTeaser .content::before {
    content: '';

    position: absolute;
    top: -50px;
    left: 50%;
    transform: translatex(-50%) translatey(-100%);

    width: 179px;
    height: 128.623px;
    
    background: url("https://fs.getcourse.ru/fileservice/file/download/a/725161/sc/397/h/c25a83dd6f475df5fc16db6b63fad84f.png") no-repeat center / contain;
}

.pageTeaser .content {
    padding: 20px 48px 48px !important;
    max-width: 890px;
    text-align: center;
    background: #fff !important;
    border-radius: 10px;
}

.pageTeaser .content .title {
    margin-bottom: 28px !important;
    font-family: "EuropeDemi", sans-serif;
    font-size: clamp(20px, 5vw, 36px);
    font-weight: 500;
    line-height: 120%;
    text-align: center;
    color: #2B2B2A;
}

.pageTeaser .content .description {
    margin-bottom: 24px !important;
    font-family: "Proxima Nova", sans-serif;
    font-size: clamp(16px, 5vw, 20px);
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    color: #2B2B2A;
}

.pageTeaser .countdown-text {
    margin-bottom: 5px !important;
    font-family: "Proxima Nova", sans-serif;
    font-size: clamp(16px, 5vw, 24px);
    font-weight: 400;
    line-height: 140%;
    text-align: center;
    color: #2B2B2A;
}

.pageTeaser .content .countdown {
    width: fit-content;
    margin: 20px auto 0 !important;
    padding: 5px 40px;
    
    font-family: "Proxima Nova", sans-serif;
    font-size: clamp(20px, 5vw, 36px) !important;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    color: #2B2B2A;
    
    border-radius: 5px;
    background: #F3A832;
}

@media (max-width: 700px) {
    .pageTeaser .content {
        margin: auto 15px;
    }
    .pageTeaser .content::before {
        top: -10px;
        width: 129px;
        height: 129px;
    }
}

@media (max-width: 400px) {
    .pageTeaser .content {
        padding: 20px 24px 48px !important;
    }
}

body.adminState .three-panel {
    height: 30px;
}

body.pageRoom:not(.adminState) {
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/725161/sc/249/h/56cc6fcc456159d5e0d7a8f701ea17b8.png) no-repeat top right fixed !important;
    background-color: #fff !important;
    background-size: cover !important;
}

body.pageRoom .webinar-started-block {
    padding-left: 40px !important;
    width: calc(100% - 500px);
}

body.pageRoom .webinar-started-block .container  {
    padding: 0;
}

body.pageRoom .webinar-started-block .part-header {
    position: relative;
    margin-bottom: 20px !important;
}

body.pageRoom .webinar-started-block .part-header::before {
    content: "";
    
    position: absolute;
    top: -3px;
    left: -12px;
    width: 28px;
    height: 50px;
    
    background: rgba(243, 168, 50, 1);
    border-radius: 0 40px 40px 0;
    
    transform: translatex(-100%);
}

body.pageRoom .webinar-started-block .f-header.f-header-36 {
    font-family: "EuropeDemi", sans-serif;
    font-size: clamp(20px, 5vw, 36px);
    font-weight: 500;
    line-height: 120%;
    color: rgba(43, 43, 42, 1);
}

body.pageRoom .webinar-started-block .video-block-main {
    width: 100% !important;
}

body.pageRoom .webinar-started-block  .container {
    border-radius: 10px;
}

/* Chat styles */
body.pageRoom:not(.adminState) .chat-widget {
    top: 40px;
    right: 40px;
    height: calc(100% - 80px);
    
    padding: 8px 20px 16px;
    
    background-size: 100% !important;
    
    border-radius: 10px;
    border: 1px solid #DBDBDB;
    background: #FFF !important;
    
    overflow: hidden;
}

body.pageRoom:not(.adminState) .chat-widget::before {
    position: relative;
    content: "Участники вебинара";
    
    margin: 0;
    padding: 10px 0 14px;
    
    color: #26375A;
    font-family: EuropeDemi, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 18px */
    
    border-bottom: 1px solid rgba(38,55,90,0.1);
        
    z-index: 10;
}

body.pageRoom:not(.adminState) .chat-widget .webinar-count-users {
    position: absolute;
    top: 2px;
    right: 14px;
    
    margin-top: 12px;
    padding: 6px 12px;
    
    font-family: "Proxima Nova", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    color: #3B85E3;
    
    background: #ffffff;
    border-radius: 3px;
    
    z-index: 15;
}

body.adminState .chat-widget .webinar-count-users {
    margin-top: 14px;
    font-family: "Proxima Nova", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 120%;
    color: #3B85E3;
}

body.pageRoom .comments-tree {
    padding-top: 20px;
    height: calc(100% - 180px) !important;
}

body.pageRoom .comments-tree .comments-container::-webkit-scrollbar {
    width: 6px;
}

body.pageRoom .comments-tree .comments-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

body.pageRoom .comments-tree .comments-container::-webkit-scrollbar-thumb {
    background: #3B85E3;
    border-radius: 10px;
}

body.pageRoom .comments-tree .comments-container::-webkit-scrollbar-thumb:hover {
    background: #02437F;
}

body.pageRoom .comment {
    overflow: visible;
}

body.pageRoom .gc-comment .title span[style="font-size: 12px; font-weight: normal;"] {
    margin-right: 10px;
}

body.pageRoom .gc-comment .title span {
    position: relative;

    font-family: "Proxima Nova", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    color: #26375A;
}

body.pageRoom:not(.adminState) .gc-comment .title span {
    padding-left: 5px;
}

body.pageRoom:not(.adminState) .gc-comment .title span::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    transform: translatex(-100%);
    
    width: 8px;
    height: 7px;
    
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='8' viewBox='0 0 7 8' fill='none'%3E%3Cpath d='M7 4L6.75414e-08 8L4.17233e-07 -3.0598e-07L7 4Z' fill='%2326375A'/%3E%3C/svg%3E") no-repeat center;
}

body.pageRoom:not(.adminState) .gc-comment .title span::after {
    content: ":";
}

body.pageRoom .gc-comment .text .main .text-content {
    font-family: "Proxima Nova", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    color: #414141;
}

body.pageRoom .gc-comment .title span[style="color: red;"] {
    color: #EF8700 !important;
}

body.pageRoom .gc-comment .title span[style="color: red;"]::before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='8' viewBox='0 0 7 8' fill='none'%3E%3Cpath d='M7 4L6.75414e-08 8L4.17233e-07 -3.0598e-07L7 4Z' fill='%23EF8700'/%3E%3C/svg%3E") no-repeat center;
}

body.pageRoom .gc-comment-form {
    bottom: 20px !important;
    padding: 16px !important;
    
    width: calc(100% - 40px) !important;
    
    background: #02437F url(https://fs.getcourse.ru/fileservice/file/download/a/725161/sc/287/h/a038dbf67ac37f21ee036ed581d8a51f.png);
    border-radius: 5px;
}

body.adminState .gc-comment-form {
    bottom: 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
}

body.pageRoom .gc-comment-form .new-comment-input {
    padding: 4px 10px !important;
    height: 32px;
    
    font-family: "Proxima Nova", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 120%;
    color: #000;
    
    background: #FBFBFB;
    border: none;
    border-radius: 3px;
}

body.pageRoom .gc-comment-form .webinar-btn-send,
body.pageRoom .gc-comment-form .webinar-chat-toggle {
    margin-top: 8px;
    padding: 8px 12px !important;
    height: inherit !important;
    min-width: inherit !important;
    
    font-family: "Proxima Nova", sans-serif;
    color: #2B2B2A;
    font-weight: 600;
    
    background: #F3A832;
    border: none;
    border-radius: 3px;
    
    transition: all .3s;
}

body.pageRoom .gc-comment-form .webinar-chat-toggle {
    color: #fff;
    background: #F4223E;
}

body.pageRoom .gc-comment-form .webinar-btn-send:hover {
    color: #fff;
    background: #3B85E3;
}

.chat-isolation-caption {
    color: #fff;
}

body.pageRoom .gc-comment-form .webinar-btn-send .fa {
    display: none;
}

body.pageRoom .moderation-link {
    display: block;
    margin-top: 10px;
    color: #fff;
}

@media (max-width:992px) {
    
    body.pageRoom:not(.adminState) {
        background: rgba(234,237,236,0.39) !important;
    }
    
    body.pageRoom .webinar-started-block {
        padding-left: 20px !important;
        width: calc(100% - 20px) !important;
    }
    
    body.pageRoom video {
        margin: 16px 0;
        border-radius: 10px;
    }
    
    body.pageRoom .lt-chat {
        padding: 12px 10px 16px;

        border-radius: 0 0 10px 10px;
        border: 1px solid #E2E2E2;
        background: #fff !important;

        overflow: hidden;
    }

    body.pageRoom .lt-chat::before {
        content: "Участники вебинара";

        display: block;
        padding: 5px 0 14px;
        width: 100%;

        color: #26375A;
        font-family: EuropeDemi, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 18px */

        border-bottom: 1px solid rgba(38,55,90,0.1);

        z-index: 10;    
    }
    
    body.pageRoom .comments-tree {
        padding: 10px 15px 130px;
    }
    
    body.pageRoom .lt-chat .gc-comment .text .main .text-content {
        padding-left: 5px;
    }
    
    body.pageRoom .gc-comment-form {
        bottom: 40px !important;
        min-height: 100px !important;
        width: calc(100% - 65px) !important;
    }
    
    body.pageRoom .webinar-content-block.mobile[data-mobile-view="1"] .comments-main-container {
        padding-bottom: 120px;
    }
    
    body.pageRoom #webinar-content-block.mobile .comments-main-container {
        border: none;
    }
    
    body.pageRoom #webinar-content-block.mobile .gc-comment-form {
        height: 110px !important;
    }
    
    body.pageRoom .gc-comment-form .webinar-count-users {
        margin-top: 14px;
        font-family: "Proxima Nova", sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 120%;
        color: #fff;
    }
}

@media (max-width:520px) {
    body.pageRoom .webinar-content-block.mobile[data-mobile-view="1"] .comments-main-container {
        padding-bottom: 0px;
    }
}